ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetRenderTargets Method / SetRenderTargets(DepthStencilView,RenderTargetView[]) Method

In This Topic
    SetRenderTargets(DepthStencilView,RenderTargetView[]) Method
    In This Topic
    Binds a depth stencil view and a render target view to the output-merger stage keeping existing unordered access views bindings.
    Syntax
    'Declaration
     
    Public Overloads Sub SetRenderTargets( _
       ByVal depthStencilView As DepthStencilView, _
       ByVal ParamArray renderTargetViews() As RenderTargetView _
    ) 
    public void SetRenderTargets( 
       DepthStencilView depthStencilView,
       params RenderTargetView[] renderTargetViews
    )

    Parameters

    depthStencilView
    renderTargetViews
    See Also